InterceptionStage

enum InterceptionStage : Enum<InterceptionStage>

Stages of the interception to begin intercepting. Request will intercept before the request is sent. Response will intercept after the response is received.

Entries

REQUEST
Link copied to clipboard
HEADERSRECEIVED
Link copied to clipboard

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard